.. _`Haar Cascade`: .. _`com.sympathyfordata.imageanalysis.haar_cascade`: Haar Cascade ```````````` .. image:: image_haarcascade.svg :width: 48 Uses one of the included pre-trained Haar-cascade classifiers to recognise pre-defined objects such as faces, eyes, or cats. You can use a custom created Haar cascade described by an XML file by using the optional input datasource port instead. For details see offical OpenCV Haar training tutorials and the opencv_traincascade tool. Documentation ::::::::::::: Uses one of the included pre-trained Haar-cascade classifiers to recognise pre-defined objects such as faces, eyes, or cats. You can use a custom created Haar cascade described by an XML file by using the optional input datasource port instead. For details see offical OpenCV Haar training tutorials and the opencv_traincascade tool. Definition :::::::::: Input ports ........... **image** image image for object recognition **xml** 0 - 1, datasource Pre-trained xml file Output ports ............ **result** table Result Configuration ............. **Classifier** (classifier) Select a pre-trained Haar-cascade classifier to use Implementation .............. .. automodule:: node_haarcascade :noindex: .. class:: HaarCascade :noindex: